Micron Document
<!DOCTYPE html>
<html class="client-nojs vector-feature-night-mode-disabled vector-feature-language-in-header-enabled vector-feature-language-in-main-page-header-disabled vector-feature-page-tools-pinned-disabled vector-feature-toc-pinned-clientpref-1 vector-feature-main-menu-pinned-disabled vector-feature-limited-width-clientpref-1 vector-feature-limited-width-content-enabled vector-feature-custom-font-size-clientpref-1 vector-feature-appearance-pinned-clientpref-1 vector-sticky-header-enabled" lang="en" dir="ltr"><head>
<meta charset="UTF-8">
<title>Object detection</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="canonical" href="https://en.wikipedia.org/wiki/Object_detection"> <link href="./mw/ext.cite.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.icons.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.search.codex.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/user.styles.css" rel="stylesheet" type="text/css">
<meta name="ResourceLoaderDynamicStyles" content="">
<link rel="stylesheet" type="text/css" href="./mw/site.styles.css">
<link rel="stylesheet" type="text/css" href="./mw/noscript.css">
<link rel="stylesheet" type="text/css" href="./footer.css">
<link rel="stylesheet" type="text/css" href="./vector-2022.css">
</head>
<body class="skin--responsive skin-vector skin-vector-search-vue mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-0 ns-subject page-Object_detection rootpage-Object_detection skin-vector-2022 action-view">
<div class="mw-page-container">
<div class="mw-page-container-inner">
<div class="mw-content-container">
<main id="content" class="mw-body">
<header class="mw-body-header vector-page-titlebar">
<h1 id="firstHeading" class="firstHeading mw-first-heading">
<span id="openzim-page-title" class="mw-page-title-main"><span class="mw-page-title-main">Object detection</span></span>
</h1>
</header>
<a id="top"></a>
<div id="bodyContent" class="vector-body ve-init-mw-desktopArticleTarget-targetContainer" aria-labelledby="firstHeading" data-mw-ve-target-container="">
<div id="mw-content-text" class="mw-body-content mw-content-ltr" lang="en" dir="ltr"><div class="mw-content-ltr mw-parser-output" lang="en" dir="ltr">

<p><b>Object detection</b> is a computer technology related to <a href="Computer_vision" title="Computer vision">computer vision</a> and <a href="Image_processing" class="mw-redirect" title="Image processing">image processing</a> that deals with detecting instances of semantic objects of a certain class (such as humans, buildings, or cars) in digital images and videos.<sup id="cite_ref-1" class="reference"><a href="#cite_note-1"><span class="cite-bracket">[</span>1<span class="cite-bracket">]</span></a></sup> Well-researched domains of object detection include <a href="Face_detection" title="Face detection">face detection</a> and <a href="Pedestrian_detection" title="Pedestrian detection">pedestrian detection</a>. Object detection has applications in many areas of computer vision, including <a href="Image_retrieval" title="Image retrieval">image retrieval</a> and <a href="Video_surveillance" class="mw-redirect" title="Video surveillance">video surveillance</a>.
</p>
<meta property="mw:PageProp/toc">
<div class="mw-heading mw-heading2"><h2 id="Uses">Uses</h2></div>

<p>It is widely used in <a href="Computer_vision" title="Computer vision">computer vision</a> tasks such as <a href="Automatic_image_annotation" title="Automatic image annotation">image annotation</a>,<sup id="cite_ref-GuanHe2012_2-0" class="reference"><a href="#cite_note-GuanHe2012-2"><span class="cite-bracket">[</span>2<span class="cite-bracket">]</span></a></sup> vehicle counting,<sup id="cite_ref-3" class="reference"><a href="#cite_note-3"><span class="cite-bracket">[</span>3<span class="cite-bracket">]</span></a></sup> <a href="Activity_recognition" title="Activity recognition">activity recognition</a>,<sup id="cite_ref-4" class="reference"><a href="#cite_note-4"><span class="cite-bracket">[</span>4<span class="cite-bracket">]</span></a></sup> <a href="Face_detection" title="Face detection">face detection</a>, <a href="Face_recognition" class="mw-redirect" title="Face recognition">face recognition</a>, <a href="Object_co-segmentation" title="Object co-segmentation">video object co-segmentation</a>. It is also used in <a href="Video_tracking" title="Video tracking">tracking objects</a>, for example tracking a ball during a football match, tracking movement of a cricket bat, or tracking a person in a video.
</p><p>Often, the test images are sampled from a different data distribution, making the object detection task significantly more difficult.<sup id="cite_ref-:0_5-0" class="reference"><a href="#cite_note-:0-5"><span class="cite-bracket">[</span>5<span class="cite-bracket">]</span></a></sup> To address the challenges caused by the domain gap between training and test data, many unsupervised domain adaptation approaches have been proposed.<sup id="cite_ref-:0_5-1" class="reference"><a href="#cite_note-:0-5"><span class="cite-bracket">[</span>5<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-6" class="reference"><a href="#cite_note-6"><span class="cite-bracket">[</span>6<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-7" class="reference"><a href="#cite_note-7"><span class="cite-bracket">[</span>7<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-8" class="reference"><a href="#cite_note-8"><span class="cite-bracket">[</span>8<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-9" class="reference"><a href="#cite_note-9"><span class="cite-bracket">[</span>9<span class="cite-bracket">]</span></a></sup> A simple and straightforward solution for reducing the domain gap is to apply an image-to-image translation approach, such as cycle-GAN.<sup id="cite_ref-10" class="reference"><a href="#cite_note-10"><span class="cite-bracket">[</span>10<span class="cite-bracket">]</span></a></sup> Among other uses, cross-domain object detection is applied in autonomous driving, where models can be trained on a vast amount of video game scenes, since the labels can be generated without manual labor.
</p>
<div class="mw-heading mw-heading2"><h2 id="Concept">Concept</h2></div>
<p>Every object class has its own special <a href="Feature_(computer_vision)" title="Feature (computer vision)">features</a> that help in classifying the class – for example all <a href="Circle" title="Circle">circles</a> are round.
Object class detection uses these special features. For example, when looking for circles, objects that are at a particular distance from a point (i.e. the center) are sought. Similarly, when looking for squares, objects that are <a href="Perpendicular" title="Perpendicular">perpendicular</a> at corners and have equal side lengths are needed. A similar approach is used for <a href="Facial_recognition_system" title="Facial recognition system">face identification</a> where eyes, nose, and lips can be found and <a href="Feature_(computer_vision)" title="Feature (computer vision)">features</a> like skin color and distance between eyes can be found.
</p>
<div class="mw-heading mw-heading2"><h2 id="Benchmarks">Benchmarks</h2></div>
<style data-mw-deduplicate="TemplateStyles:r1273380762/mw-parser-output/.tmulti">
/* start https://en.wikipedia.org/ */


.mw-parser-output .tmulti .multiimageinner{display:flex;flex-direction:column}.mw-parser-output .tmulti .trow{display:flex;flex-direction:row;clear:left;flex-wrap:wrap;width:100%;box-sizing:border-box}.mw-parser-output .tmulti .tsingle{margin:1px;float:left}.mw-parser-output .tmulti .theader{clear:both;font-weight:bold;text-align:center;align-self:center;background-color:transparent;width:100%}.mw-parser-output .tmulti .thumbcaption{background-color:transparent}.mw-parser-output .tmulti .text-align-left{text-align:left}.mw-parser-output .tmulti .text-align-right{text-align:right}.mw-parser-output .tmulti .text-align-center{text-align:center}@media all and (max-width:720px){.mw-parser-output .tmulti .thumbinner{width:100%!important;box-sizing:border-box;max-width:none!important;align-items:center}.mw-parser-output .tmulti .trow{justify-content:center}.mw-parser-output .tmulti .tsingle{float:none!important;max-width:100%!important;box-sizing:border-box;text-align:center}.mw-parser-output .tmulti .tsingle .thumbcaption{text-align:left}.mw-parser-output .tmulti .trow>.thumbcaption{text-align:center}}@media screen{html.skin-theme-clientpref-night .mw-parser-output .tmulti .multiimageinner span:not(.skin-invert-image):not(.skin-invert):not(.bg-transparent) img{background-color:white}}@media screen and (prefers-color-scheme:dark){html.skin-theme-clientpref-os .mw-parser-output .tmulti .multiimageinner span:not(.skin-invert-image):not(.skin-invert):not(.bg-transparent) img{background-color:white}}


/* end https://en.wikipedia.org/ */
</style><div class="thumb tmulti tright"><div class="thumbinner multiimageinner" style="width:304px;max-width:304px"><div class="trow"><div class="tsingle" style="width:302px;max-width:302px"><div class="thumbimage"><span typeof="mw:File"></span></div></div></div><div class="trow"><div class="tsingle" style="width:302px;max-width:302px"><div class="thumbimage"><span typeof="mw:File"></span></div></div></div><div class="trow"><div class="tsingle" style="width:302px;max-width:302px"><div class="thumbimage"><span typeof="mw:File"></span></div></div></div><div class="trow" style="display:flex"><div class="thumbcaption">Intersection over union as a similarity measure for object detection on images&nbsp;– an important task in <a href="Computer_vision" title="Computer vision">computer vision</a>.</div></div></div></div>
<p>For object localization, true positive is often measured by the thresholded <a href="Intersection_over_union" class="mw-redirect" title="Intersection over union">intersection over union</a>. For example, if there is a traffic sign in the image, with a bounding box drawn by a human ("ground truth label"), then a neural network has detected the traffic sign (a <b>true positive</b>) at 0.5 threshold iff it has drawn a bounding box whose IoU with the ground truth is above 0.5. Otherwise, the bounding box is a <b>false positive</b>.
</p><p>If there is only a single ground truth bounding box, but multiple predictions, then the IoU of each prediction is calculated. The prediction with the highest IoU is a true positive if it is above threshold, else it is a false positive. All other predicted bounding boxes are false positives. If there is no prediction with an IoU above the threshold, then the ground truth label has a <b>false negative</b>.
</p><p>For simultaneous object localization and classification, a true positive is one where the class label is correct, and the bounding box has an IoU exceeding the threshold.
</p><p>Simultaneous object localization and classification is benchmarked by the <b>mean average precision</b> (mAP). The average precision (AP) of the network for a class of objects is the area under the <a href="Receiver_operating_characteristic" title="Receiver operating characteristic">precision-recall curve</a> as the IoU threshold is varied. The mAP is the average of AP over all classes.
</p>
<div class="mw-heading mw-heading2"><h2 id="Methods">Methods</h2></div>
<div class="thumb tmulti tright"><div class="thumbinner multiimageinner" style="width:392px;max-width:392px"><div class="trow"><div class="tsingle" style="width:167px;max-width:167px"><div class="thumbimage" style="height:188px;overflow:hidden"><span typeof="mw:File"></span></div><div class="thumbcaption">Simplified example of training a neural network in object detection: The network is trained by multiple images that are known to depict <a href="Starfish" title="Starfish">starfish</a> and <a href="Sea_urchin" title="Sea urchin">sea urchins</a>, which are correlated with "nodes" that represent visual <a href="Feature_(computer_vision)" title="Feature (computer vision)">features</a>. The starfish match with a ringed texture and a star outline, whereas most sea urchins match with a striped texture and oval shape. However, the instance of a ring textured sea urchin creates a weakly weighted association between them.</div></div><div class="tsingle" style="width:221px;max-width:221px"><div class="thumbimage" style="height:188px;overflow:hidden"><span typeof="mw:File"></span></div><div class="thumbcaption">Subsequent run of the network on an input image (left):<sup id="cite_ref-11" class="reference"><a href="#cite_note-11"><span class="cite-bracket">[</span>11<span class="cite-bracket">]</span></a></sup> The network correctly detects the starfish. However, the weakly weighted association between ringed texture and sea urchin also confers a weak signal to the latter from one of two intermediate nodes. In addition, a shell that was not included in the training gives a weak signal for the oval shape, also resulting in a weak signal for the sea urchin output. These weak signals may result in a <a href="False_positive" class="mw-redirect" title="False positive">false positive</a> result for sea urchin.<br>In reality, textures and outlines would not be represented by single nodes, but rather by associated weight patterns of multiple nodes.</div></div></div></div></div>
<p>Methods for object detection generally fall into either neural network-based or non-neural approaches. For non-neural approaches, it becomes necessary to first define features using one of the methods below, then using a technique such as <a href="Support_vector_machine" title="Support vector machine">support vector machine</a> (SVM) to do the classification. On the other hand, neural techniques are able to do end-to-end object detection without specifically defining features, and are typically based on <a href="Convolutional_neural_network" title="Convolutional neural network">convolutional neural networks</a> (CNN).
</p>
<ul><li>Non-neural approaches:
<ul><li><a href="Viola%E2%80%93Jones_object_detection_framework" title="Viola–Jones object detection framework">Viola–Jones object detection framework</a> based on <a href="Haar-like_feature" title="Haar-like feature">Haar features</a></li>
<li><a href="Scale-invariant_feature_transform" title="Scale-invariant feature transform">Scale-invariant feature transform (SIFT)</a></li>
<li><a href="Histogram_of_oriented_gradients" title="Histogram of oriented gradients">Histogram of oriented gradients (HOG)</a> features<sup id="cite_ref-12" class="reference"><a href="#cite_note-12"><span class="cite-bracket">[</span>12<span class="cite-bracket">]</span></a></sup></li></ul></li>
<li>Neural network approaches:
<ul><li>OverFeat.<sup id="cite_ref-13" class="reference"><a href="#cite_note-13"><span class="cite-bracket">[</span>13<span class="cite-bracket">]</span></a></sup></li>
<li><a href="Region_Based_Convolutional_Neural_Networks" title="Region Based Convolutional Neural Networks">Region Proposals</a> (R-CNN,<sup id="cite_ref-14" class="reference"><a href="#cite_note-14"><span class="cite-bracket">[</span>14<span class="cite-bracket">]</span></a></sup> Fast R-CNN,<sup id="cite_ref-15" class="reference"><a href="#cite_note-15"><span class="cite-bracket">[</span>15<span class="cite-bracket">]</span></a></sup> Faster R-CNN,<sup id="cite_ref-16" class="reference"><a href="#cite_note-16"><span class="cite-bracket">[</span>16<span class="cite-bracket">]</span></a></sup> cascade R-CNN.<sup id="cite_ref-Pang_Chen_Shi_Feng_2019_17-0" class="reference"><a href="#cite_note-Pang_Chen_Shi_Feng_2019-17"><span class="cite-bracket">[</span>17<span class="cite-bracket">]</span></a></sup>)</li>
<li><a href="You_Only_Look_Once" title="You Only Look Once">You Only Look Once</a> (YOLO).<sup id="cite_ref-18" class="reference"><a href="#cite_note-18"><span class="cite-bracket">[</span>18<span class="cite-bracket">]</span></a></sup></li>
<li>Single Shot MultiBox Detector (SSD) <sup id="cite_ref-19" class="reference"><a href="#cite_note-19"><span class="cite-bracket">[</span>19<span class="cite-bracket">]</span></a></sup></li>
<li>Single-Shot Refinement Neural Network for Object Detection (RefineDet) <sup id="cite_ref-20" class="reference"><a href="#cite_note-20"><span class="cite-bracket">[</span>20<span class="cite-bracket">]</span></a></sup></li>
<li>Retina-Net <sup id="cite_ref-21" class="reference"><a href="#cite_note-21"><span class="cite-bracket">[</span>21<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-Pang_Chen_Shi_Feng_2019_17-1" class="reference"><a href="#cite_note-Pang_Chen_Shi_Feng_2019-17"><span class="cite-bracket">[</span>17<span class="cite-bracket">]</span></a></sup></li>
<li>Deformable convolutional networks <sup id="cite_ref-22" class="reference"><a href="#cite_note-22"><span class="cite-bracket">[</span>22<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-23" class="reference"><a href="#cite_note-23"><span class="cite-bracket">[</span>23<span class="cite-bracket">]</span></a></sup></li></ul></li></ul>
<div class="mw-heading mw-heading2"><h2 id="See_also">See also</h2></div>
<ul><li><a href="Feature_detection_(computer_vision)" class="mw-redirect" title="Feature detection (computer vision)">Feature detection (computer vision)</a></li>
<li><a href="Moving_object_detection" title="Moving object detection">Moving object detection</a></li>
<li><a href="Small_object_detection" title="Small object detection">Small object detection</a></li>
<li><a href="Outline_of_object_recognition" title="Outline of object recognition">Outline of object recognition</a></li>
<li><a href="Teknomo%E2%80%93Fernandez_algorithm" title="Teknomo–Fernandez algorithm">Teknomo–Fernandez algorithm</a></li></ul>
<div class="mw-heading mw-heading2"><h2 id="References">References</h2></div>
<style data-mw-deduplicate="TemplateStyles:r1239543626">
/* start https://en.wikipedia.org/ */


.mw-parser-output .reflist{margin-bottom:0.5em;list-style-type:decimal}@media screen{.mw-parser-output .reflist{font-size:90%}}.mw-parser-output .reflist .references{font-size:100%;margin-bottom:0;list-style-type:inherit}.mw-parser-output .reflist-columns-2{column-width:30em}.mw-parser-output .reflist-columns-3{column-width:25em}.mw-parser-output .reflist-columns{margin-top:0.3em}.mw-parser-output .reflist-columns ol{margin-top:0}.mw-parser-output .reflist-columns li{page-break-inside:avoid;break-inside:avoid-column}.mw-parser-output .reflist-upper-alpha{list-style-type:upper-alpha}.mw-parser-output .reflist-upper-roman{list-style-type:upper-roman}.mw-parser-output .reflist-lower-alpha{list-style-type:lower-alpha}.mw-parser-output .reflist-lower-greek{list-style-type:lower-greek}.mw-parser-output .reflist-lower-roman{list-style-type:lower-roman}


/* end https://en.wikipedia.org/ */
</style><div class="reflist">
<div class="mw-references-wrap mw-references-columns"><ol class="references">
<li id="cite_note-1"><span class="mw-cite-backlink"><b><a href="#cite_ref-1">^</a></b></span> <span class="reference-text">Dasiopoulou, Stamatia, et al. "<a rel="nofollow" class="external text" href="http://www.iti.gr/~bmezaris/publications/csvt05.pdf">Knowledge-assisted semantic video object detection</a>." IEEE Transactions on Circuits and Systems for Video Technology 15.10 (2005): 1210–1224.</span>
</li>
<li id="cite_note-GuanHe2012-2"><span class="mw-cite-backlink"><b><a href="#cite_ref-GuanHe2012_2-0">^</a></b></span> <span class="reference-text"><style data-mw-deduplicate="TemplateStyles:r1238218222">
/* start https://en.wikipedia.org/ */


.mw-parser-output cite.citation{font-style:inherit;word-wrap:break-word}.mw-parser-output .citation q{quotes:"\"""\"""'""'"}.mw-parser-output .citation:target{background-color:rgba(0,127,255,0.133)}.mw-parser-output .id-lock-free.id-lock-free a{background:url("./mw/Lock-green.svg")right 0.1em center/9px no-repeat}.mw-parser-output .id-lock-limited.id-lock-limited a,.mw-parser-output .id-lock-registration.id-lock-registration a{background:url("./mw/Lock-gray-alt-2.svg")right 0.1em center/9px no-repeat}.mw-parser-output .id-lock-subscription.id-lock-subscription a{background:url("./mw/Lock-red-alt-2.svg")right 0.1em center/9px no-repeat}.mw-parser-output .cs1-ws-icon a{background:url("./mw/Wikisource-logo.svg")right 0.1em center/12px no-repeat}body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-free a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-limited a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-registration a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-subscription a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .cs1-ws-icon a{background-size:contain;padding:0 1em 0 0}.mw-parser-output .cs1-code{color:inherit;background:inherit;border:none;padding:inherit}.mw-parser-output .cs1-hidden-error{display:none;color:var(--color-error,#d33)}.mw-parser-output .cs1-visible-error{color:var(--color-error,#d33)}.mw-parser-output .cs1-maint{display:none;color:#085;margin-left:0.3em}.mw-parser-output .cs1-kern-left{padding-left:0.2em}.mw-parser-output .cs1-kern-right{padding-right:0.2em}.mw-parser-output .citation .mw-selflink{font-weight:inherit}@media screen{.mw-parser-output .cs1-format{font-size:95%}html.skin-theme-clientpref-night .mw-parser-output .cs1-maint{color:#18911f}}@media screen and (prefers-color-scheme:dark){html.skin-theme-clientpref-os .mw-parser-output .cs1-maint{color:#18911f}}


/* end https://en.wikipedia.org/ */
</style><cite id="CITEREFLing_GuanYifeng_HeSun-Yuan_Kung2012" class="citation book cs1">Ling Guan; Yifeng He; Sun-Yuan Kung (1 March 2012). <a rel="nofollow" class="external text" href="https://books.google.com/books?id=eTfNBQAAQBAJ&amp;q=%22object+detection%22+%22image+annotation%22&amp;pg=PA331"><i>Multimedia Image and Video Processing</i></a>. CRC Press. pp.&nbsp;331–. <a href="ISBN_(identifier)" class="mw-redirect" title="ISBN (identifier)">ISBN</a>&nbsp;<bdi>978-1-4398-3087-1</bdi>.</cite></span>
</li>
<li id="cite_note-3"><span class="mw-cite-backlink"><b><a href="#cite_ref-3">^</a></b></span> <span class="reference-text"><cite id="CITEREFAlsanabaniAhmedAL_Smadi2020" class="citation book cs1">Alsanabani, Ala; Ahmed, Mohammed; AL Smadi, Ahmad (2020). "Vehicle Counting Using Detecting-Tracking Combinations: A Comparative Analysis". <i>2020 the 4th International Conference on Video and Image Processing</i>. pp.&nbsp;<span class="nowrap">48–</span>54. <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<a rel="nofollow" class="external text" href="https://doi.org/10.1145%2F3447450.3447458">10.1145/3447450.3447458</a>. <a href="ISBN_(identifier)" class="mw-redirect" title="ISBN (identifier)">ISBN</a>&nbsp;<bdi>9781450389075</bdi>. <a href="S2CID_(identifier)" class="mw-redirect" title="S2CID (identifier)">S2CID</a>&nbsp;<a rel="nofollow" class="external text" href="https://api.semanticscholar.org/CorpusID:233194604">233194604</a>.</cite></span>
</li>
<li id="cite_note-4"><span class="mw-cite-backlink"><b><a href="#cite_ref-4">^</a></b></span> <span class="reference-text"><cite id="CITEREFWuOsuntogunChoudhuryPhilipose2007" class="citation book cs1">Wu, Jianxin; Osuntogun, Adebola; Choudhury, Tanzeem; Philipose, Matthai; Rehg, James M. (2007). "A Scalable Approach to Activity Recognition based on Object Use". <i>2007 IEEE 11th International Conference on Computer Vision</i>. pp.&nbsp;<span class="nowrap">1–</span>8. <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<a rel="nofollow" class="external text" href="https://doi.org/10.1109%2FICCV.2007.4408865">10.1109/ICCV.2007.4408865</a>. <a href="ISBN_(identifier)" class="mw-redirect" title="ISBN (identifier)">ISBN</a>&nbsp;<bdi>978-1-4244-1630-1</bdi>.</cite></span>
</li>
<li id="cite_note-:0-5"><span class="mw-cite-backlink">^ <a href="#cite_ref-:0_5-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-:0_5-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite id="CITEREFOzaSindagiVSPatel2021" class="citation arxiv cs1">Oza, Poojan; Sindagi, Vishwanath A.; VS, Vibashan; Patel, Vishal M. (2021-07-04). "Unsupervised Domain Adaptation of Object Detectors: A Survey". <a href="ArXiv_(identifier)" class="mw-redirect" title="ArXiv (identifier)">arXiv</a>:<span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://arxiv.org/abs/2105.13502">2105.13502</a></span> [<a rel="nofollow" class="external text" href="https://arxiv.org/archive/cs.CV">cs.CV</a>].</cite></span>
</li>
<li id="cite_note-6"><span class="mw-cite-backlink"><b><a href="#cite_ref-6">^</a></b></span> <span class="reference-text"><cite id="CITEREFKhodabandehVahdatRanjbarMacready2019" class="citation arxiv cs1">Khodabandeh, Mehran; Vahdat, Arash; Ranjbar, Mani; Macready, William G. (2019-11-18). "A Robust Learning Approach to Domain Adaptive Object Detection". <a href="ArXiv_(identifier)" class="mw-redirect" title="ArXiv (identifier)">arXiv</a>:<span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://arxiv.org/abs/1904.02361">1904.02361</a></span> [<a rel="nofollow" class="external text" href="https://arxiv.org/archive/cs.LG">cs.LG</a>].</cite></span>
</li>
<li id="cite_note-7"><span class="mw-cite-backlink"><b><a href="#cite_ref-7">^</a></b></span> <span class="reference-text"><cite id="CITEREFSovianyIonescuRotaSebe2021" class="citation journal cs1">Soviany, Petru; Ionescu, Radu Tudor; Rota, Paolo; Sebe, Nicu (2021-03-01). <a rel="nofollow" class="external text" href="https://www.sciencedirect.com/science/article/pii/S1077314221000102">"Curriculum self-paced learning for cross-domain object detection"</a>. <i>Computer Vision and Image Understanding</i>. <b>204</b>: 103166. <a href="ArXiv_(identifier)" class="mw-redirect" title="ArXiv (identifier)">arXiv</a>:<span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://arxiv.org/abs/1911.06849">1911.06849</a></span>. <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<a rel="nofollow" class="external text" href="https://doi.org/10.1016%2Fj.cviu.2021.103166">10.1016/j.cviu.2021.103166</a>. <a href="ISSN_(identifier)" class="mw-redirect" title="ISSN (identifier)">ISSN</a>&nbsp;<a rel="nofollow" class="external text" href="https://search.worldcat.org/issn/1077-3142">1077-3142</a>. <a href="S2CID_(identifier)" class="mw-redirect" title="S2CID (identifier)">S2CID</a>&nbsp;<a rel="nofollow" class="external text" href="https://api.semanticscholar.org/CorpusID:208138033">208138033</a>.</cite></span>
</li>
<li id="cite_note-8"><span class="mw-cite-backlink"><b><a href="#cite_ref-8">^</a></b></span> <span class="reference-text"><cite id="CITEREFMenkeWenzelSchwung2022" class="citation book cs1">Menke, Maximilian; Wenzel, Thomas; Schwung, Andreas (October 2022). <a rel="nofollow" class="external text" href="https://ieeexplore.ieee.org/document/9922138">"Improving GAN-based Domain Adaptation for Object Detection"</a>. <i>2022 IEEE 25th International Conference on Intelligent Transportation Systems (ITSC)</i>. pp.&nbsp;<span class="nowrap">3880–</span>3885. <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<a rel="nofollow" class="external text" href="https://doi.org/10.1109%2FITSC55140.2022.9922138">10.1109/ITSC55140.2022.9922138</a>. <a href="ISBN_(identifier)" class="mw-redirect" title="ISBN (identifier)">ISBN</a>&nbsp;<bdi>978-1-6654-6880-0</bdi>. <a href="S2CID_(identifier)" class="mw-redirect" title="S2CID (identifier)">S2CID</a>&nbsp;<a rel="nofollow" class="external text" href="https://api.semanticscholar.org/CorpusID:253251380">253251380</a>.</cite></span>
</li>
<li id="cite_note-9"><span class="mw-cite-backlink"><b><a href="#cite_ref-9">^</a></b></span> <span class="reference-text"><cite id="CITEREFMenkeWenzelSchwung2022" class="citation arxiv cs1">Menke, Maximilian; Wenzel, Thomas; Schwung, Andreas (2022-08-31). "AWADA: Attention-Weighted Adversarial Domain Adaptation for Object Detection". <a href="ArXiv_(identifier)" class="mw-redirect" title="ArXiv (identifier)">arXiv</a>:<span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://arxiv.org/abs/2208.14662">2208.14662</a></span> [<a rel="nofollow" class="external text" href="https://arxiv.org/archive/cs.CV">cs.CV</a>].</cite></span>
</li>
<li id="cite_note-10"><span class="mw-cite-backlink"><b><a href="#cite_ref-10">^</a></b></span> <span class="reference-text"><cite id="CITEREFZhuParkIsolaEfros2020" class="citation arxiv cs1">Zhu, Jun-Yan; Park, Taesung; Isola, Phillip; Efros, Alexei A. (2020-08-24). "Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks". <a href="ArXiv_(identifier)" class="mw-redirect" title="ArXiv (identifier)">arXiv</a>:<span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://arxiv.org/abs/1703.10593">1703.10593</a></span> [<a rel="nofollow" class="external text" href="https://arxiv.org/archive/cs.CV">cs.CV</a>].</cite></span>
</li>
<li id="cite_note-11"><span class="mw-cite-backlink"><b><a href="#cite_ref-11">^</a></b></span> <span class="reference-text"><cite id="CITEREFFerrie,_C.,_&amp;_Kaiser,_S.2019" class="citation book cs1">Ferrie, C., &amp; Kaiser, S. (2019). <i>Neural Networks for Babies</i>. Sourcebooks. <a href="ISBN_(identifier)" class="mw-redirect" title="ISBN (identifier)">ISBN</a>&nbsp;<bdi>978-1492671206</bdi>.</cite><span class="cs1-maint citation-comment"><code class="cs1-code">{{cite book}}</code>: CS1 maint: multiple names: authors list (link)</span></span>
</li>
<li id="cite_note-12"><span class="mw-cite-backlink"><b><a href="#cite_ref-12">^</a></b></span> <span class="reference-text"><cite id="CITEREFDalal2005" class="citation journal cs1">Dalal, Navneet (2005). <a rel="nofollow" class="external text" href="https://hal.inria.fr/file/index/docid/548512/filename/hog_cvpr2005.pdf">"Histograms of oriented gradients for human detection"</a> <span class="cs1-format">(PDF)</span>. <i>Computer Vision and Pattern Recognition</i>. <b>1</b>.</cite></span>
</li>
<li id="cite_note-13"><span class="mw-cite-backlink"><b><a href="#cite_ref-13">^</a></b></span> <span class="reference-text"><cite id="CITEREFSermanetEigenZhangMathieu2014" class="citation arxiv cs1">Sermanet, Pierre; Eigen, David; Zhang, Xiang; Mathieu, Michael; Fergus, Rob; LeCun, Yann (2014-02-23). "OverFeat: Integrated Recognition, Localization and Detection using Convolutional Networks". <a href="ArXiv_(identifier)" class="mw-redirect" title="ArXiv (identifier)">arXiv</a>:<span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://arxiv.org/abs/1312.6229">1312.6229</a></span> [<a rel="nofollow" class="external text" href="https://arxiv.org/archive/cs.CV">cs.CV</a>].</cite></span>
</li>
<li id="cite_note-14"><span class="mw-cite-backlink"><b><a href="#cite_ref-14">^</a></b></span> <span class="reference-text"><cite id="CITEREFRoss2014" class="citation book cs1">Ross, Girshick (2014). <a rel="nofollow" class="external text" href="https://www.cv-foundation.org/openaccess/content_cvpr_2014/papers/Girshick_Rich_Feature_Hierarchies_2014_CVPR_paper.pdf">"Rich feature hierarchies for accurate object detection and semantic segmentation"</a> <span class="cs1-format">(PDF)</span>. <i>Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition</i>. IEEE. pp.&nbsp;<span class="nowrap">580–</span>587. <a href="ArXiv_(identifier)" class="mw-redirect" title="ArXiv (identifier)">arXiv</a>:<span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://arxiv.org/abs/1311.2524">1311.2524</a></span>. <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<a rel="nofollow" class="external text" href="https://doi.org/10.1109%2FCVPR.2014.81">10.1109/CVPR.2014.81</a>. <a href="ISBN_(identifier)" class="mw-redirect" title="ISBN (identifier)">ISBN</a>&nbsp;<bdi>978-1-4799-5118-5</bdi>. <a href="S2CID_(identifier)" class="mw-redirect" title="S2CID (identifier)">S2CID</a>&nbsp;<a rel="nofollow" class="external text" href="https://api.semanticscholar.org/CorpusID:215827080">215827080</a>.</cite></span>
</li>
<li id="cite_note-15"><span class="mw-cite-backlink"><b><a href="#cite_ref-15">^</a></b></span> <span class="reference-text"><cite id="CITEREFGirschick2015" class="citation book cs1">Girschick, Ross (2015). <a rel="nofollow" class="external text" href="https://www.cv-foundation.org/openaccess/content_iccv_2015/papers/Girshick_Fast_R-CNN_ICCV_2015_paper.pdf">"Fast R-CNN"</a> <span class="cs1-format">(PDF)</span>. <i>Proceedings of the IEEE International Conference on Computer Vision</i>. pp.&nbsp;<span class="nowrap">1440–</span>1448. <a href="ArXiv_(identifier)" class="mw-redirect" title="ArXiv (identifier)">arXiv</a>:<span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://arxiv.org/abs/1504.08083">1504.08083</a></span>.</cite></span>
</li>
<li id="cite_note-16"><span class="mw-cite-backlink"><b><a href="#cite_ref-16">^</a></b></span> <span class="reference-text"><cite id="CITEREFShaoqing2015" class="citation journal cs1">Shaoqing, Ren (2015). "Faster R-CNN". <i>Advances in Neural Information Processing Systems</i>. <a href="ArXiv_(identifier)" class="mw-redirect" title="ArXiv (identifier)">arXiv</a>:<span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://arxiv.org/abs/1506.01497">1506.01497</a></span>.</cite></span>
</li>
<li id="cite_note-Pang_Chen_Shi_Feng_2019-17"><span class="mw-cite-backlink">^ <a href="#cite_ref-Pang_Chen_Shi_Feng_2019_17-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Pang_Chen_Shi_Feng_2019_17-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite id="CITEREFPangChenShiFeng2019" class="citation arxiv cs1">Pang, Jiangmiao; Chen, Kai; Shi, Jianping; Feng, Huajun; Ouyang, Wanli; Lin, Dahua (2019-04-04). "Libra R-CNN: Towards Balanced Learning for Object Detection". <a href="ArXiv_(identifier)" class="mw-redirect" title="ArXiv (identifier)">arXiv</a>:<span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://arxiv.org/abs/1904.02701v1">1904.02701v1</a></span> [<a rel="nofollow" class="external text" href="https://arxiv.org/archive/cs.CV">cs.CV</a>].</cite></span>
</li>
<li id="cite_note-18"><span class="mw-cite-backlink"><b><a href="#cite_ref-18">^</a></b></span> <span class="reference-text"><cite id="CITEREFRedmonDivvalaGirshickFarhadi2016" class="citation arxiv cs1">Redmon, Joseph; Divvala, Santosh; Girshick, Ross; Farhadi, Ali (2016-05-09). "You Only Look Once: Unified, Real-Time Object Detection". <a href="ArXiv_(identifier)" class="mw-redirect" title="ArXiv (identifier)">arXiv</a>:<span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://arxiv.org/abs/1506.02640">1506.02640</a></span> [<a rel="nofollow" class="external text" href="https://arxiv.org/archive/cs.CV">cs.CV</a>].</cite></span>
</li>
<li id="cite_note-19"><span class="mw-cite-backlink"><b><a href="#cite_ref-19">^</a></b></span> <span class="reference-text"><cite id="CITEREFLiu2016" class="citation book cs1">Liu, Wei (October 2016). "SSD: Single Shot MultiBox Detector". <i>Computer Vision – ECCV 2016</i>. Lecture Notes in Computer Science. Vol.&nbsp;9905. pp.&nbsp;<span class="nowrap">21–</span>37. <a href="ArXiv_(identifier)" class="mw-redirect" title="ArXiv (identifier)">arXiv</a>:<span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://arxiv.org/abs/1512.02325">1512.02325</a></span>. <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<a rel="nofollow" class="external text" href="https://doi.org/10.1007%2F978-3-319-46448-0_2">10.1007/978-3-319-46448-0_2</a>. <a href="ISBN_(identifier)" class="mw-redirect" title="ISBN (identifier)">ISBN</a>&nbsp;<bdi>978-3-319-46447-3</bdi>. <a href="S2CID_(identifier)" class="mw-redirect" title="S2CID (identifier)">S2CID</a>&nbsp;<a rel="nofollow" class="external text" href="https://api.semanticscholar.org/CorpusID:2141740">2141740</a>.</cite></span>
</li>
<li id="cite_note-20"><span class="mw-cite-backlink"><b><a href="#cite_ref-20">^</a></b></span> <span class="reference-text"><cite id="CITEREFZhang2018" class="citation book cs1">Zhang, Shifeng (2018). "Single-Shot Refinement Neural Network for Object Detection". <i>Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition</i>. pp.&nbsp;<span class="nowrap">4203–</span>4212. <a href="ArXiv_(identifier)" class="mw-redirect" title="ArXiv (identifier)">arXiv</a>:<span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://arxiv.org/abs/1711.06897">1711.06897</a></span>.</cite></span>
</li>
<li id="cite_note-21"><span class="mw-cite-backlink"><b><a href="#cite_ref-21">^</a></b></span> <span class="reference-text"><cite id="CITEREFLin2020" class="citation journal cs1">Lin, Tsung-Yi (2020). "Focal Loss for Dense Object Detection". <i>IEEE Transactions on Pattern Analysis and Machine Intelligence</i>. <b>42</b> (2): <span class="nowrap">318–</span>327. <a href="ArXiv_(identifier)" class="mw-redirect" title="ArXiv (identifier)">arXiv</a>:<span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://arxiv.org/abs/1708.02002">1708.02002</a></span>. <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<a rel="nofollow" class="external text" href="https://doi.org/10.1109%2FTPAMI.2018.2858826">10.1109/TPAMI.2018.2858826</a>. <a href="PMID_(identifier)" class="mw-redirect" title="PMID (identifier)">PMID</a>&nbsp;<a rel="nofollow" class="external text" href="https://pubmed.ncbi.nlm.nih.gov/30040631">30040631</a>. <a href="S2CID_(identifier)" class="mw-redirect" title="S2CID (identifier)">S2CID</a>&nbsp;<a rel="nofollow" class="external text" href="https://api.semanticscholar.org/CorpusID:47252984">47252984</a>.</cite></span>
</li>
<li id="cite_note-22"><span class="mw-cite-backlink"><b><a href="#cite_ref-22">^</a></b></span> <span class="reference-text"><cite id="CITEREFZhu2018" class="citation arxiv cs1">Zhu, Xizhou (2018). "Deformable ConvNets v2: More Deformable, Better Results". <a href="ArXiv_(identifier)" class="mw-redirect" title="ArXiv (identifier)">arXiv</a>:<span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://arxiv.org/abs/1811.11168">1811.11168</a></span> [<a rel="nofollow" class="external text" href="https://arxiv.org/archive/cs.CV">cs.CV</a>].</cite></span>
</li>
<li id="cite_note-23"><span class="mw-cite-backlink"><b><a href="#cite_ref-23">^</a></b></span> <span class="reference-text"><cite id="CITEREFDai2017" class="citation arxiv cs1">Dai, Jifeng (2017). "Deformable Convolutional Networks". <a href="ArXiv_(identifier)" class="mw-redirect" title="ArXiv (identifier)">arXiv</a>:<span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://arxiv.org/abs/1703.06211">1703.06211</a></span> [<a rel="nofollow" class="external text" href="https://arxiv.org/archive/cs.CV">cs.CV</a>].</cite></span>
</li>
</ol></div></div>
<ul><li><cite id="CITEREFZouChenShiGuo2023" class="citation journal cs1">Zou, Zhengxia; Chen, Keyan; Shi, Zhenwei; Guo, Yuhong; Ye, Jieping (March 2023). <span class="id-lock-subscription" title="Paid subscription required"><a rel="nofollow" class="external text" href="https://ieeexplore.ieee.org/document/10028728/">"Object Detection in 20 Years: A Survey"</a></span>. <i>Proceedings of the IEEE</i>. <b>111</b> (3): <span class="nowrap">257–</span>276. <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<a rel="nofollow" class="external text" href="https://doi.org/10.1109%2FJPROC.2023.3238524">10.1109/JPROC.2023.3238524</a>. <a href="ISSN_(identifier)" class="mw-redirect" title="ISSN (identifier)">ISSN</a>&nbsp;<a rel="nofollow" class="external text" href="https://search.worldcat.org/issn/0018-9219">0018-9219</a>.</cite></li></ul>
<div class="mw-heading mw-heading2"><h2 id="External_links">External links</h2></div>
<ul><li><cite id="CITEREFWeng2017" class="citation web cs1">Weng, Lilian (2017-10-29). <a rel="nofollow" class="external text" href="https://lilianweng.github.io/posts/2017-10-29-object-recognition-part-1/">"Object Detection for Dummies Part 1: Gradient Vector, HOG, and SS"</a>. <i>lilianweng.github.io</i><span class="reference-accessdate">. Retrieved <span class="nowrap">2024-09-11</span></span>.</cite></li>
<li><cite id="CITEREFWeng2017" class="citation web cs1">Weng, Lilian (2017-12-15). <a rel="nofollow" class="external text" href="https://lilianweng.github.io/posts/2017-12-15-object-recognition-part-2/">"Object Detection for Dummies Part 2: CNN, DPM and Overfeat"</a>. <i>lilianweng.github.io</i><span class="reference-accessdate">. Retrieved <span class="nowrap">2024-09-11</span></span>.</cite></li>
<li><cite id="CITEREFWeng2017" class="citation web cs1">Weng, Lilian (2017-12-31). <a rel="nofollow" class="external text" href="https://lilianweng.github.io/posts/2017-12-31-object-recognition-part-3/">"Object Detection for Dummies Part 3: R-CNN Family"</a>. <i>lilianweng.github.io</i><span class="reference-accessdate">. Retrieved <span class="nowrap">2024-09-11</span></span>.</cite></li>
<li><cite id="CITEREFWeng2018" class="citation web cs1">Weng, Lilian (2018-12-27). <a rel="nofollow" class="external text" href="https://lilianweng.github.io/posts/2018-12-27-object-recognition-part-4/">"Object Detection Part 4: Fast Detection Models"</a>. <i>lilianweng.github.io</i><span class="reference-accessdate">. Retrieved <span class="nowrap">2024-09-11</span></span>.</cite></li>
<li><a rel="nofollow" class="external text" href="https://web.archive.org/web/20150418092531/http://www.mmp.rwth-aachen.de/publications/pdf/mikolajczyk-multiclass-cvpr06.pdf">Multiple object class detection</a></li>
<li><a rel="nofollow" class="external text" href="https://qilin-zhang.github.io/_pages/pdfs/Segment-Tube_Spatio-Temporal_Action_Localization_in_Untrimmed_Videos_with_Per-Frame_Segmentation.pdf">Spatio-temporal action localization</a></li>
<li><a rel="nofollow" class="external text" href="https://astica.ai/vision/object-detection/">Online Object Detection Demo</a></li>
<li><a rel="nofollow" class="external text" href="https://qilin-zhang.github.io/_pages/pdfs/Joint_Video_Object_Discovery_and_Segmentation_by_Coupled_Dynamic_Markov_Networks.pdf">Video object detection and co-segmentation</a></li></ul></div><!--htdig_noindex--><div><div class="zim-footer">
This article is issued from <a class="external text" title="Last edited on 2025-06-19" href="https://en.wikipedia.org/wiki/?title=Object_detection&amp;oldid=1296402746">Wikipedia</a>. The text is available under <a class="external text" href="https://creativecommons.org/licenses/by-sa/4.0/deed.en">Creative Commons Attribution-Share Alike 4.0</a> unless otherwise noted. Additional terms may apply for the media files.
</div>
</div><!--/htdig_noindex--></div>
</div>
</main>
</div>
</div>
</div>

</body></html>